1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmLoading
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLoading))
27         Me.PictureBox2 = New System.Windows.Forms.PictureBox()
28         Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
29         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
30         Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
31         Me.Timer3 = New System.Windows.Forms.Timer(Me.components)
32         CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
33         Me.SuspendLayout()
34         
'
35         
'PictureBox2
36         
'
37         Me.PictureBox2.BackColor = System.Drawing.Color.Transparent
38         Me.PictureBox2.Image = CType(resources.GetObject(
"PictureBox2.Image"), System.Drawing.Image)
39         Me.PictureBox2.Location = New System.Drawing.Point(
711, 386)
40         Me.PictureBox2.Name =
"PictureBox2"
41         Me.PictureBox2.Size = New System.Drawing.Size(
40, 33)
42         Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
43         Me.PictureBox2.TabIndex =
9
44         Me.PictureBox2.TabStop = False
45         
'
46         
'ProgressBar1
47         
'
48         Me.ProgressBar1.ForeColor = System.Drawing.SystemColors.MenuHighlight
49         Me.ProgressBar1.Location = New System.Drawing.Point(
23, 475)
50         Me.ProgressBar1.Name =
"ProgressBar1"
51         Me.ProgressBar1.Size = New System.Drawing.Size(
207, 11)
52         Me.ProgressBar1.TabIndex =
10
53         Me.ProgressBar1.Visible = False
54         
'
55         
'Timer1
56         
'
57         Me.Timer1.Enabled = True
58         Me.Timer1.Interval =
1000
59         
'
60         
'Timer2
61         
'
62         Me.Timer2.Interval =
50
63         
'
64         
'Timer3
65         
'
66         Me.Timer3.Enabled = True
67         Me.Timer3.Interval =
500
68         
'
69         
'frmLoading
70         
'
71         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 12.0!)
72         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
73         Me.BackColor = System.Drawing.Color.Silver
74         Me.BackgroundImage = Global.Order.My.Resources.Resources.bg
75         Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
76         Me.ClientSize = New System.Drawing.Size(
796, 498)
77         Me.Controls.Add(Me.ProgressBar1)
78         Me.Controls.Add(Me.PictureBox2)
79         Me.DoubleBuffered = True
80         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
81         Me.Name =
"frmLoading"
82         Me.ShowInTaskbar = False
83         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
84         Me.Text =
"frmLoading"
85         Me.TransparencyKey = System.Drawing.Color.Silver
86         Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
87         CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
88         Me.ResumeLayout(False)
89
90     End Sub
91     Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
92     Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
93     Friend WithEvents Timer1 As System.Windows.Forms.Timer
94     Friend WithEvents Timer2 As System.Windows.Forms.Timer
95     Friend WithEvents Timer3 As System.Windows.Forms.Timer
96 End Class


Gõ tìm kiếm nhanh...